projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed13bd
)
Require cl-lib at runtime in vc-hg
author
Göktuğ Kayaalp
<self@gkayaalp.com>
Thu, 4 May 2017 12:46:13 +0000
(15:46 +0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 4 May 2017 12:46:51 +0000
(15:46 +0300)
* lisp/vc/vc-hg.el: Require cl-lib at runtime as well (bug#26609).
lisp/vc/vc-hg.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc-hg.el
b/lisp/vc/vc-hg.el
index 5348341950151f8fe1878a5c8fcaf77e763d543e..37ea928a9c2830a60486f070da568a8158358226 100644
(file)
--- a/
lisp/vc/vc-hg.el
+++ b/
lisp/vc/vc-hg.el
@@
-102,10
+102,11
@@
;;; Code:
(eval-when-compile
- (require 'cl-lib)
(require 'vc)
(require 'vc-dir))
+(require 'cl-lib)
+
(declare-function vc-compilation-mode "vc-dispatcher" (backend))
;;; Customization options